mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2026-06-04 19:42:14 +00:00
md 3
This commit is contained in:
parent
c94eb5dda8
commit
578ce102a4
@ -425,11 +425,11 @@ while (true)
|
|||||||
}
|
}
|
||||||
else if (msg.StartsWith("cjs") && int.TryParse(msg.Replace("cjs", ""), out int cIndex))
|
else if (msg.StartsWith("cjs") && int.TryParse(msg.Replace("cjs", ""), out int cIndex))
|
||||||
{
|
{
|
||||||
Console.WriteLine(NetworkUtility.JsonDeserialize<string>(controller.GetCharacterInfoFromInventory(1, cIndex)));
|
Console.WriteLine(controller.GetCharacterInfoFromInventory(1, cIndex));
|
||||||
}
|
}
|
||||||
else if (msg.StartsWith("cwp") && int.TryParse(msg.Replace("cwp", ""), out int itemIndex))
|
else if (msg.StartsWith("cwp") && int.TryParse(msg.Replace("cwp", ""), out int itemIndex))
|
||||||
{
|
{
|
||||||
Console.WriteLine(NetworkUtility.JsonDeserialize<string>(controller.GetItemInfoFromInventory(1, itemIndex)));
|
Console.WriteLine(controller.GetItemInfoFromInventory(1, itemIndex));
|
||||||
}
|
}
|
||||||
else if (int.TryParse(msg, out int page2))
|
else if (int.TryParse(msg, out int page2))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user