Allow selling

This commit is contained in:
2026-03-09 17:12:18 -07:00
parent ac67be137c
commit b757672bdf
3 changed files with 71 additions and 23 deletions
@@ -8,6 +8,9 @@ namespace Controllers.Payment {
// [ Success, ErrorMessage ]
public (bool, string) TryPayment(string ImpodentKey, float Price);
//
public (bool, string) TrySell(string ImpodentKey, float Price);
}
}