Advertisement
PlinioJRM

TagConstants.cs

Dec 25th, 2024
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1. namespace PlinioJRM.Constants {
  2.     public static class TagConstants {
  3.         public static readonly string INPUT_MANAGER = "Input Manager";
  4.         public static readonly string CONTROLLER_HOLDER = "Controller Holder";
  5.         public static readonly string HANDLER_HOLDER = "Handler Holder";
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement