namespace Gley.UrbanSystem.Internal { public interface IDestroyable { void Assign(); void OnDestroy(); } }