initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HandleScreen
|
||||
// Assembly: Raton, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 36C4E416-7F8D-4D23-930F-B5CCB0D810E7
|
||||
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Raton.exe
|
||||
|
||||
using Server.Connection;
|
||||
using Stuff;
|
||||
|
||||
#nullable disable
|
||||
internal class HandleScreen
|
||||
{
|
||||
public HandleScreen(SillyClient sillyClient, Unpack unpack)
|
||||
{
|
||||
byte[] asByteArray = unpack.GetAsByteArray("Image");
|
||||
string asString = unpack.GetAsString("UID");
|
||||
if (!Program.form2.isScreensStarted)
|
||||
return;
|
||||
Program.form2.AddScreen(asByteArray, asString);
|
||||
Program.form2.isScreensStarted = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user