Mister_Nebula 7eb1608173 move file
2021-01-27 10:31:48 +00:00

8 lines
114 B
C#

namespace QSB.QuantumSync
{
public interface IQSBQuantumObject
{
uint ControllingPlayer { get; set; }
}
}