Further settings implementation and macros
This commit is contained in:
@@ -13,7 +13,7 @@ public class GambaWindow : Window, IDisposable
|
||||
// todo remove state as the window will only be opened by us calling it with parameters window id
|
||||
private readonly Player? player;
|
||||
private readonly Plugin plugin;
|
||||
private string name;
|
||||
private readonly string name;
|
||||
|
||||
public GambaWindow(Plugin plugin, MenuTargetDefault target)
|
||||
: base($"High Roller Classic###{target.TargetContentId}",
|
||||
@@ -45,9 +45,15 @@ public class GambaWindow : Window, IDisposable
|
||||
}
|
||||
|
||||
/* TODO check if all settings are set
|
||||
bet/step
|
||||
roll settings
|
||||
message/macro settings
|
||||
*/
|
||||
if (!configuration.SettingsInit)
|
||||
{
|
||||
ImGui.Text("Please set up settings");
|
||||
return;
|
||||
}
|
||||
// todo if player is null, then allow user to set user by clicking on them manually
|
||||
|
||||
if (player == null)
|
||||
|
||||
Reference in New Issue
Block a user