コード例 #1
0
 // Use this for initialization
 void Start()
 {
     selfRecord = new SelfRecord();
     self       = null;
 }
コード例 #2
0
 public void Init(float time, SelfRecord self)
 {
     waitInterval = time;
     selfRecord   = self;
 }