Ejemplo n.º 1
0
 // Start is called before the first frame update
 new void Start()
 {
     base.Start();
     if (DM.Instance != null)
     {
         DM.RegisterPlayer(entityName, this);
     }
 }