C# 클래스 AltV.Net.Mock.MockCheckpointEvents

파일 보기 프로젝트 열기: FabianTerhorst/coreclr-module

공개 메소드들

메소드 설명
EntityEnter ( ICheckpoint checkpoint, IEntity entity ) : void
EntityExit ( ICheckpoint checkpoint, IEntity entity ) : void

메소드 상세

EntityEnter() 공개 정적인 메소드

public static EntityEnter ( ICheckpoint checkpoint, IEntity entity ) : void
checkpoint ICheckpoint
entity IEntity
리턴 void

EntityExit() 공개 정적인 메소드

public static EntityExit ( ICheckpoint checkpoint, IEntity entity ) : void
checkpoint ICheckpoint
entity IEntity
리턴 void