projects
/
AmongUs
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assembly-CSharp
/
PurchaseStates.cs
blob: e2ceb83a9850a7d127d5f2fb95a3600349605408 (
plain
)
1
2
3
4
5
6
7
8
9
using System; public enum PurchaseStates { NotStarted, Started, Success, Fail }