8 lines
142 B
C#
8 lines
142 B
C#
namespace Gley.UrbanSystem.Internal
|
|
{
|
|
public interface IDestroyable
|
|
{
|
|
void Assign();
|
|
void OnDestroy();
|
|
}
|
|
} |