internal CreatePhysicsData(TWorldObject gameObject, IPhysicsBody physicsBody) : this() { this.GameObject = gameObject; this.PhysicsBody = physicsBody; }
internal ClientObjectData(TWorldObject gameObject) : this() { this.GameObject = gameObject; }