Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
9
Assets/Scripts/Attributes/OptionalComponentAttribute.cs
Normal file
9
Assets/Scripts/Attributes/OptionalComponentAttribute.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
namespace Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public class OptionalComponentAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
11
Assets/Scripts/Attributes/OptionalComponentAttribute.cs.meta
Normal file
11
Assets/Scripts/Attributes/OptionalComponentAttribute.cs.meta
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d4d21a459884f8b498fe4f076adf8272
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
9
Assets/Scripts/Attributes/RootComponentAttribute.cs
Normal file
9
Assets/Scripts/Attributes/RootComponentAttribute.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
namespace Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public class RootComponentAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Attributes/RootComponentAttribute.cs.meta
Normal file
3
Assets/Scripts/Attributes/RootComponentAttribute.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 54b4e0a88227402e8f096e61cc8f1243
|
||||
timeCreated: 1532263734
|
||||
Loading…
Add table
Add a link
Reference in a new issue