#225 Customer DB, #224 Nuget Import

This commit is contained in:
IDMhan 2024-04-02 11:24:39 +09:00
parent 12e5fb6ea9
commit 1f2168c7a7
7 changed files with 52 additions and 1 deletions

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 14f5489c7746e4d34a85a1fc995b6428
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,40 @@
namespace BlueWaterProject.Class
{
public class NpcData
{
public int Idx { get; set; }
public string Name { get; set; }
public int Speed { get; set; }
public int Hurry { get; set; }
public int Wait { get; set; }
public int BaseHappyPoint { get; set; }
public int Taste1 { get; set; }
public int Taste2 { get; set; }
public int Taste3 { get; set; }
public int Picky1 { get; set; }
public int Picky2 { get; set; }
public int Picky3 { get; set; }
public int Bully { get; set; }
public int Tip { get; set; }
public int Dialogue { get; set; }
public NpcData(NpcData other)
{
Idx = other.Idx;
Name = other.Name;
Speed = other.Speed;
Hurry = other.Hurry;
Wait = other.Wait;
BaseHappyPoint = other.BaseHappyPoint;
Taste1 = other.Taste1;
Taste2 = other.Taste2;
Taste3 = other.Taste3;
Picky1 = other.Picky1;
Picky2 = other.Picky2;
Picky3 = other.Picky3;
Bully = other.Bully;
Tip = other.Tip;
Dialogue = other.Dialogue;
}
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 4e8e322d862c4b7cbe26bf09e6dcbb2b
timeCreated: 1711598702

View File

@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
minWeatherTime: 0.125
maxWeatherTime: 0.16666667
likelihood: 0.5
likelihood: 2
forecastNext:
- {fileID: 11400000, guid: f30a613607a7f8445bc71b218439e842, type: 2}
- {fileID: 11400000, guid: bdd1347dde22706479c95f562ff4de57, type: 2}