예제 #1
0
파일: Weapon.cs 프로젝트: yuyyi51/SHip
 protected void Update()
 {
     cd.ColdDown(Time.deltaTime);
 }