ProcessYourId() geschrieben
This commit is contained in:
@@ -219,8 +219,9 @@ namespace WorldOfPeacecraft
|
|||||||
//"points:",INT, "id:",INT,"type:Player","busy:"BOOLEAN,"desc:"STRING,"x:",INT,"y:",INT,
|
//"points:",INT, "id:",INT,"type:Player","busy:"BOOLEAN,"desc:"STRING,"x:",INT,"y:",INT,
|
||||||
|
|
||||||
|
|
||||||
private void ProcessYourid (Block block)
|
private void ProcessYourid (Block yourIdBlock)
|
||||||
{
|
{
|
||||||
|
int value = (int)yourIdBlock.GetUnnamedValues ();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProcessTime (Block block)
|
private void ProcessTime (Block block)
|
||||||
|
|||||||
Reference in New Issue
Block a user