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.";
|
|
|
|
}
|
|
|
|
} |