Refactors throw events, makes cream pies ECS (#4500)
This commit is contained in:
committed by
GitHub
parent
140682f92b
commit
ea4ce1c6fc
@@ -179,8 +179,6 @@ namespace Content.Client.Entry
|
||||
"StorageCounter",
|
||||
"SpaceVillainArcade",
|
||||
"Flammable",
|
||||
"CreamPie",
|
||||
"CreamPied",
|
||||
"Smoking",
|
||||
"Matchstick",
|
||||
"Matchbox",
|
||||
|
||||
10
Content.Client/Nutrition/EntitySystems/CreamPiedSystem.cs
Normal file
10
Content.Client/Nutrition/EntitySystems/CreamPiedSystem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.Nutrition.EntitySystems;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Content.Client.Nutrition.EntitySystems
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class CreamPiedSystem : SharedCreamPieSystem
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user