Interaction Entity System (#26)
* Interaction Entity System * ye * Update submodule * Requires engine update to function, but doesn't use shitcode * Fix conflicts * Fix conflicts but for real * Update submodule
This commit is contained in:
@@ -52,10 +52,7 @@ namespace Content.Server
|
||||
|
||||
factory.Register<ItemComponent>();
|
||||
factory.RegisterReference<ItemComponent, IItemComponent>();
|
||||
|
||||
factory.Register<InteractableComponent>();
|
||||
factory.RegisterReference<InteractableComponent, IInteractableComponent>();
|
||||
|
||||
|
||||
factory.Register<DamageableComponent>();
|
||||
factory.Register<DestructibleComponent>();
|
||||
factory.Register<TemperatureComponent>();
|
||||
|
||||
Reference in New Issue
Block a user