Advertisement
PlinioJRM

LogMessages.cs

Dec 25th, 2024
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. namespace PlinioJRM.Constants {
  2.     public static class LogMessages {
  3.         public static readonly string CANNOT_FIND = "Could not find it!";
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement