mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-03 20:04:33 +00:00
13 lines
384 B
C#
13 lines
384 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.";
|
|
|
|
}
|
|
|
|
} |