Class ServerProp
Represents an prop owned by server.
Inherited Members
Namespace: RageCoop.Server
Assembly: RageCoop.Server.dll
Syntax
public class ServerProp : ServerObject
Methods
Delete()
Delete this prop
Declaration
public override void Delete()
Overrides
Update()
Send updated information to clients, would be called automatically.
Declaration
public override void Update()