Advertisement
PlinioJRM

ObjectNames.cs

Dec 25th, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. namespace PlinioJRM.Constants {
  2.     public static class ObjectNames {
  3.         public static readonly string CONTROLLER_HOLDER = "Controllers";
  4.         public static readonly string HANDLER_HOLDER = "Handlers";
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement