Create the automation component
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user