This repository has been archived on 2025-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
skolavdf/phr/StickGame/Assets/FishNet/Runtime/Editor/Constants.cs
2024-03-24 22:21:16 +01:00

13 lines
396 B
C#

using FishNet.Documenting;
namespace FishNet.Editing
{
[APIExclude]
public static class EditingConstants
{
public const string PRO_ASSETS_LOCKED_TEXT = "Fields marked with * are only active with Fish-Networking Pro.";
public const string PRO_ASSETS_UNLOCKED_TEXT = "Thank you for supporting Fish-Networking! Pro asset features are unlocked.";
}
}