Ejemplo n.º 1
0
 /**
  * Assign a tag to this entity. Same as World.setTag().
  * @param tag of the entity.
  */
 public void SetTag(String tag)
 {
     world.GetTagManager().Register(tag, this);
 }