C# 클래스 EssenceShared.Entities.Projectiles.EnemyRangeProjectile

상속: Projectile
파일 보기 프로젝트 열기: Insality/essence-of-shadows 1 사용 예제들

공개 메소드들

메소드 설명
Collision ( Entity other ) : void
EnemyRangeProjectile ( int damage, string url, string id ) : EssenceShared.Entities.Players
Update ( float dt ) : void

메소드 상세

Collision() 공개 메소드

public Collision ( Entity other ) : void
other Entity
리턴 void

EnemyRangeProjectile() 공개 메소드

public EnemyRangeProjectile ( int damage, string url, string id ) : EssenceShared.Entities.Players
damage int
url string
id string
리턴 EssenceShared.Entities.Players

Update() 공개 메소드

public Update ( float dt ) : void
dt float
리턴 void