Esempio n. 1
0
 public Animated(Actor actor)
     : base(actor)
 {
     this.Name = "Animated";
     actor.RegisterFunction(Update);
 }