Interface ICreditInfo
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface ICreditInfo
Properties
| Edit this page View SourceTotalCredits
Total credits purchased by the user
Declaration
double TotalCredits { get; }
Property Value
| Type | Description |
|---|---|
| double |
UsedCredits
Total credits used by the user
Declaration
double UsedCredits { get; }
Property Value
| Type | Description |
|---|---|
| double |