C# 클래스 SFXUtility.Class.Mediator

파일 보기 프로젝트 열기: Smokyfox/LeagueSharp

공개 메소드들

메소드 설명
Mediator ( ) : System
NotifyColleagues ( object from, object message ) : void
Register ( object from, Action callback ) : void

메소드 상세

Mediator() 공개 메소드

public Mediator ( ) : System
리턴 System

NotifyColleagues() 공개 메소드

public NotifyColleagues ( object from, object message ) : void
from object
message object
리턴 void

Register() 공개 메소드

public Register ( object from, Action callback ) : void
from object
callback Action
리턴 void