RPG Maker Unite version 1.00.00
Generated by Doxygen 1.9.6
 
Loading...
Searching...
No Matches
RPGMaker.Codebase.CoreSystem.Knowledge.JsonStructure.StartJson Class Reference

Public Member Functions

 StartJson (string startId, string title, string description, int beforeStartId, int nextStartId, List< float > position, int deleted)
 
string GetID ()
 
string GetID ()
 

Public Attributes

int beforeStartId
 
int deleted
 
string description
 
int nextStartId
 
List< float > position
 
string startId
 
string title
 

Member Function Documentation

◆ GetID()

string RPGMaker.Codebase.CoreSystem.Knowledge.JsonStructure.StartJson.GetID ( )