1
This commit is contained in:
17
Src/Survival/Net.Project.B.Survival.asmdef
Normal file
17
Src/Survival/Net.Project.B.Survival.asmdef
Normal 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
|
||||
}
|
7
Src/Survival/Net.Project.B.Survival.asmdef.meta
Normal file
7
Src/Survival/Net.Project.B.Survival.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a11a23d94d62c8b469f6b2542e489fc7
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
25
Src/Survival/SurvivalProperties.cs
Normal file
25
Src/Survival/SurvivalProperties.cs
Normal 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;
|
||||
}
|
||||
}
|
11
Src/Survival/SurvivalProperties.cs.meta
Normal file
11
Src/Survival/SurvivalProperties.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b3ed4589893641d41af890c80dd6b306
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user