interface INetworkeable {
    toNet(): CNetEntity;
}

Implemented by

Methods

Methods