C# 클래스 pGina.Plugin.UsernameMod.Rules.ReplaceUsername

ReplaceUsername will replace the specified characters with a specified string.
상속: IModifyRule
파일 보기 프로젝트 열기: MutonUfoAI/pgina

공개 메소드들

메소드 설명
ReplaceUsername ( Stage stage, string toReplace, string toReplaceWith ) : System
ToString ( ) : string
modify ( string username ) : string
save ( ) : string

메소드 상세

ReplaceUsername() 공개 메소드

public ReplaceUsername ( Stage stage, string toReplace, string toReplaceWith ) : System
stage Stage
toReplace string
toReplaceWith string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

modify() 공개 메소드

public modify ( string username ) : string
username string
리턴 string

save() 공개 메소드

public save ( ) : string
리턴 string