mirror of
https://github.com/zoriya/Magical-Garden.git
synced 2026-06-03 17:18:06 +00:00
Solving build bugs.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b96e875200792874ebfddb16b04c57ff
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,11 +1,6 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
public class EnumFlagsAttribute : PropertyAttribute
|
||||
{
|
||||
public EnumFlagsAttribute() { }
|
||||
}
|
||||
|
||||
[CustomPropertyDrawer(typeof(EnumFlagsAttribute))]
|
||||
public class EnumFlagsAttributeDrawer : PropertyDrawer
|
||||
{
|
||||
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class EnumFlagsAttribute : PropertyAttribute
|
||||
{
|
||||
public EnumFlagsAttribute() { }
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6c66a57199d566c4d881c76c614a53c7
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user