2022-02-02 18:13:48 +01:00

7 lines
112 B
C#

namespace VRCPrefabs.CyanEmu
{
public interface ICyanEmuRespawnable
{
void Respawn();
}
}