Changed all int and some float things in Reagent code to Decimals
This commit is contained in:
@@ -8,6 +8,6 @@ namespace Content.Shared.Interfaces
|
||||
/// </summary>
|
||||
public interface IReactionEffect : IExposeData
|
||||
{
|
||||
void React(IEntity solutionEntity, int intensity);
|
||||
void React(IEntity solutionEntity, decimal intensity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user