This commit is contained in:
CortexCore
2025-04-14 15:39:24 +08:00
parent 5fceb6f885
commit 3f9d9f19ce
50 changed files with 683 additions and 41 deletions

View File

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

View File

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

View File

@@ -0,0 +1,25 @@
using System;
using System.Collections;
using System.Collections.Generic;
using BITKit;
namespace Net.Project.B.Survival
{
[Serializable]
public struct AddHp : IScriptableItemProperty
{
public int value;
}
[Serializable]
public struct AddHunger : IScriptableItemProperty
{
public int value;
}
[Serializable]
public struct AddThirsty : IScriptableItemProperty
{
public int value;
}
}

View File

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