예제 #1
0
파일: BaseNPC.cs 프로젝트: Impdevil/NSVR
 // Use this for initialization
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     SetupConnections();
     if (!preset)
     {
         npc_details.RandomSetup();
     }
 }