Beispiel #1
0
 public void AddGroundedEntity(string ID, GroundedEntity entity)
 {
     if (allGroundedEntities != null && !allGroundedEntities.ContainsKey(ID))
     {
         allGroundedEntities.Add(ID, entity);
     }
 }
 private void Awake()
 {
     ent = GetComponent <GroundedEntity>();
 }