You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
408 B
C#
19 lines
408 B
C#
#if !FUSION_DEV
|
|
|
|
#region Assets/Photon/Fusion/Editor/AssemblyAttributes/FusionEditorAssemblyAttributes.Common.cs
|
|
|
|
// merged EditorAssemblyAttributes
|
|
|
|
#region RegisterEditorLoader.cs
|
|
|
|
// the default edit-mode loader
|
|
[assembly: Fusion.Editor.FusionGlobalScriptableObjectEditorAttribute(typeof(Fusion.FusionGlobalScriptableObject), AllowEditMode = true, Order = int.MaxValue)]
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
#endif
|