C# Class pGina.Plugin.UsernameMod.Rules.PrependUsername

PrependUsername will prepend the specified value to the username.
Inheritance: IModifyRule
显示文件 Open project: MutonUfoAI/pgina

Public Methods

Method Description
PrependUsername ( Stage stage, string toPrepend ) : System
ToString ( ) : string
modify ( string username ) : string
save ( ) : string

Method Details

PrependUsername() public method

public PrependUsername ( Stage stage, string toPrepend ) : System
stage Stage
toPrepend string
return System

ToString() public method

public ToString ( ) : string
return string

modify() public method

public modify ( string username ) : string
username string
return string

save() public method

public save ( ) : string
return string