31

I think I just figured out the function the matrix used for my gf's dog.

Public Action GetOrder(string humantalk)
{
If (Order.parse(humantalk)
.VoiceLevel > Int.MaxValue)
{
while (true)
{
this.bark();
}
}

return dogsAction.Parse('eat hand');
}

Comments
Add Comment