use CannyFastMath in various places even where it might not be any different
also update a bunch of packages clean up redundant YamlDotNet references
This commit is contained in:
@@ -8,6 +8,6 @@ namespace Content.Shared.Interfaces
|
||||
/// </summary>
|
||||
public interface IReactionEffect : IExposeData
|
||||
{
|
||||
void React(IEntity solutionEntity, decimal intensity);
|
||||
void React(IEntity solutionEntity, double intensity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user