public NewEmotionCreatedMessage(Emotion emotion, Agent agent)
 {
     Emotion = emotion;
     Agent = agent;
 }
Пример #2
0
 private static bool IsAgentBandit(Agent agent)
 {
     return agent.GetType() == typeof(Bandit);
 }