Beispiel #1
0
 public Animator(FPSMode mode) : this()
 {
     this.FrameGenerator.FPSMode = mode;
 }
 void Awake()
 {
     Instance = this;
 }