This commit is contained in:
CortexCore
2025-03-10 18:06:24 +08:00
parent 88f1ff1b04
commit 16dd934194
18 changed files with 240 additions and 15 deletions

View File

@@ -0,0 +1,23 @@
using System;
using System.Collections;
using System.Collections.Generic;
using BITKit;
// ReSharper disable InconsistentNaming
namespace Net.Project.B.Impact
{
public enum ImpactType
{
none=0,
metal=1,
blood=2,
glass=3,
water=4,
}
[Serializable]
public struct ImpactTypeReference : IReference
{
public ImpactType impactType;
public string Get() => impactType.ToString();
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: cab4c40cc172c8246bc093a4bb26e8ae
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,16 @@
{
"name": "Net.Project.B.Impact",
"rootNamespace": "",
"references": [
"GUID:14fe60d984bf9f84eac55c6ea033a8f4"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": true
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 48738fa751cb2ff45b293109ed258091
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: