Beispiel #1
0
 public void SomeAction(EventMessage msg)
 {
     int temp = msg.MessageAs<int>() * 2;
     this.world.Text = temp.ToString();
 }