update CCK to 3.10, fixing unity 2021 crash :)
This commit is contained in:
parent
48a978fa2a
commit
d11e0fb3a9
492 changed files with 2165204 additions and 437687 deletions
9
Assets/ABI.CCK/Components/Interface/ICCK_Component.cs
Executable file
9
Assets/ABI.CCK/Components/Interface/ICCK_Component.cs
Executable file
|
@ -0,0 +1,9 @@
|
|||
namespace ABI.CCK.Components
|
||||
{
|
||||
// TODO: Replace with Attribute, we dont need to use an interface for this
|
||||
public interface ICCK_Component
|
||||
{
|
||||
// This is a marker interface, it has no members.
|
||||
// CVRComponentRegistry & CVR_GizmoFix
|
||||
}
|
||||
}
|
11
Assets/ABI.CCK/Components/Interface/ICCK_Component.cs.meta
Executable file
11
Assets/ABI.CCK/Components/Interface/ICCK_Component.cs.meta
Executable file
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f02e3db2e5f95054d92b7ff0d550ae8b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Add table
Add a link
Reference in a new issue