Materials system. (#84)

This commit is contained in:
Pieter-Jan Briers
2018-07-27 17:11:58 +02:00
committed by GitHub
parent cb439ba39a
commit 74b38c49fb
6 changed files with 212 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ using Content.Server.GameObjects.Components.Weapon.Ranged.Hitscan;
using Content.Server.GameObjects.Components.Weapon.Ranged.Projectile;
using Content.Server.GameObjects.Components.Projectiles;
using Content.Server.GameObjects.Components.Weapon.Melee;
using Content.Server.GameObjects.Components.Materials;
namespace Content.Server
{
@@ -93,6 +94,7 @@ namespace Content.Server
factory.Register<PoweredLightComponent>();
factory.Register<SmesComponent>();
factory.Register<ApcComponent>();
factory.Register<MaterialComponent>();
}
/// <inheritdoc />