Example #1
0
 void RespawnHand()
 {
     ObjectRespawn.Create(hands, Configs.Instance.width, Configs.Instance.height, true);
     timeCount = 0;
     handCount = handMax;
 }
Example #2
0
 void CreateObjects()
 {
     ObjectRespawn.Create(throwObjects, Configs.Instance.width, Configs.Instance.height, false);
     objectCount = throwObjects.Length;
 }