Method | Description | |
---|---|---|
AddAnnouncement ( |
||
AddMessage ( System.Guid playerId, |
||
GetMessages ( System.Guid playerId, System.DateTime startTime ) : IEnumerable |
||
TextFileMessageService ( string path ) : System |
Method | Description | |
---|---|---|
FromText ( string text ) : |
||
GetText ( |
||
LoadMessages ( string filepath ) : HelloWorld.GameMessageEntry[] | ||
ReadAllLines ( string filepath ) : string[] |
public AddAnnouncement ( |
||
message | ||
return | void |
public AddMessage ( System.Guid playerId, |
||
playerId | System.Guid | |
message | ||
return | void |
public GetMessages ( System.Guid playerId, System.DateTime startTime ) : IEnumerable |
||
playerId | System.Guid | |
startTime | System.DateTime | |
return | IEnumerable |
public TextFileMessageService ( string path ) : System | ||
path | string | |
return | System |