C# 클래스 SyncBoss, Aegina

상속: NetworkBehaviour
파일 보기 프로젝트 열기: JMounier/Aegina

공개 메소드들

메소드 설명
ReceiveDamage ( int damage ) : void
Restart ( ) : void
ShockWave ( ) : void
Summon ( ) : void
UseCristal ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

ReceiveDamage() 공개 메소드

public ReceiveDamage ( int damage ) : void
damage int
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

ShockWave() 공개 메소드

public ShockWave ( ) : void
리턴 void

Summon() 공개 메소드

public Summon ( ) : void
리턴 void

UseCristal() 공개 메소드

public UseCristal ( ) : void
리턴 void