Advertisement
Pro_Unit

IStatChanged

Feb 5th, 2023
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. namespace Game.Stats
  2. {
  3.     public interface IStatChanged
  4.     {
  5.         void OnStatChanged(int value, int max);
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement