Summary
public string Name { get; }
Some entities can have uniq name, and game can find them by name TryGetEntityByName(string, out IMyEntity)
public string Name { get; }
Some entities can have uniq name, and game can find them by name TryGetEntityByName(string, out IMyEntity)