C# 클래스 Server.Network.FeatureProtection

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
Disable ( ThirdPartyFeature feature ) : void
Enable ( ThirdPartyFeature feature ) : void
SetDisabled ( ThirdPartyFeature feature, bool value ) : void

메소드 상세

Disable() 공개 정적인 메소드

public static Disable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
리턴 void

Enable() 공개 정적인 메소드

public static Enable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
리턴 void

SetDisabled() 공개 정적인 메소드

public static SetDisabled ( ThirdPartyFeature feature, bool value ) : void
feature ThirdPartyFeature
value bool
리턴 void