C# 클래스 MPS.Malware

파일 보기 프로젝트 열기: iosys/mps 1 사용 예제들

공개 메소드들

메소드 설명
GetOngeinfecteerden ( ) : Apparaat[]

Geeft alle nog infecteerbare apparaten.

Infecteer ( Apparaat app ) : void
Malware ( string naam, int firewall, int antivirus ) : System.Collections.Generic
Update ( GameTime gameTime ) : void

Update de malware animaties.

메소드 상세

GetOngeinfecteerden() 공개 메소드

Geeft alle nog infecteerbare apparaten.
public GetOngeinfecteerden ( ) : Apparaat[]
리턴 Apparaat[]

Infecteer() 공개 메소드

public Infecteer ( Apparaat app ) : void
app Apparaat
리턴 void

Malware() 공개 메소드

public Malware ( string naam, int firewall, int antivirus ) : System.Collections.Generic
naam string
firewall int
antivirus int
리턴 System.Collections.Generic

Update() 공개 정적인 메소드

Update de malware animaties.
public static Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void