9 lines
146 B
C#
9 lines
146 B
C#
namespace VRCPrefabs.CyanEmu
|
|
{
|
|
public interface ICyanEmuSyncable
|
|
{
|
|
int GetOwner();
|
|
void SetOwner(int ownerID);
|
|
}
|
|
}
|