Example #1
0
 public MGameLogic(MGameClient game)
 {
     proce = new ProcessorModel(this);
     view  = game;
     main  = game;
 }
Example #2
0
 void Awake()
 {
     Application.targetFrameRate = Frame;
     game    = this;
     control = new MGameLogic(this);
 }