Advertisement
jarppaaja

Modifiers

Aug 20th, 2019
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. // Modifiers.cs "$Revision: 2520 $" "$Date: 2019-08-20 13:55:33 +0300 (ti, 20 elo 2019) $"
  2. // https://pastebin.com/drejrEcm
  3.  
  4. namespace Turbo.Plugins.User
  5. {
  6.     public sealed class Modifiers
  7.     {
  8.         public const uint Frailty = 471845;
  9.         public const uint Decrepify = 471738;
  10.         public const uint Leech = 471869;
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement