mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-17 01:15:13 +01:00
Various bug fixes
Fix sim room system error Added stub for obtain item in field Properly save tutorial data
This commit is contained in:
@@ -41,5 +41,15 @@ namespace nksrv.StaticInfo
|
||||
public int reward_id;
|
||||
public int reward_value;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public class ClearedTutorialData
|
||||
{
|
||||
public int id;
|
||||
public int VersionGroup = 0;
|
||||
public int GroupId;
|
||||
public int ClearedStageId;
|
||||
public int NextId;
|
||||
public bool SaveTutorial;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user