Create the automation component

This commit is contained in:
derek.holloway
2026-03-11 14:34:09 -07:00
parent d9fd9b2581
commit 965ab8f362
4 changed files with 83 additions and 70 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace Controllers.Payment {
// [ Success, ErrorMessage ]
public (bool, string) TryPayment(string ImpodentKey, float Price);
//
// [ Success, ErrorMessage ]
public (bool, string) TrySell(string ImpodentKey, float Price);
}