public Avatar(CubeWorld.World.CubeWorld world, AvatarDefinition avatarDefinition, int objectId) : base(objectId) { this.world = world; this.definition = avatarDefinition; this.input = new AvatarInput(); AddComponent(new AvatarComponentPhysics()); }