7 lines
112 B
C#
7 lines
112 B
C#
namespace VRCPrefabs.CyanEmu
|
|
{
|
|
public interface ICyanEmuRespawnable
|
|
{
|
|
void Respawn();
|
|
}
|
|
} |