Exemplo n.º 1
0
 public static void ShakeTree(GameObject tree, MeshRenderer meshRenderer)
 {
     if (singleton == null)
     {
         Debug.LogError("Singleton is null! Aborting.");
         return;
     }
     singleton._ShakeTree(tree, meshRenderer);
 }