Re-organize all projects (#4166)
This commit is contained in:
11
Content.Shared/Chemistry/Reaction/ITileReaction.cs
Normal file
11
Content.Shared/Chemistry/Reaction/ITileReaction.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
#nullable enable
|
||||
using Content.Shared.Chemistry.Reagent;
|
||||
using Robust.Shared.Map;
|
||||
|
||||
namespace Content.Shared.Chemistry.Reaction
|
||||
{
|
||||
public interface ITileReaction
|
||||
{
|
||||
ReagentUnit TileReact(TileRef tile, ReagentPrototype reagent, ReagentUnit reactVolume);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user