Mister_Nebula b10cf20ee4 fix stuff
2021-02-08 20:04:14 +00:00

9 lines
145 B
C#

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