mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
8 lines
120 B
C#
8 lines
120 B
C#
namespace Raindrop
|
|
{
|
|
public interface SpawnableObject
|
|
{
|
|
void Spawn();
|
|
void DeSpawn();
|
|
}
|
|
} |