BunyMuny/Bank.cs
Lynnesbian ffc50f83a3
All checks were successful
continuous-integration/drone/push Build is passing
added commbank support
2020-09-27 15:54:38 +10:00

8 lines
79 B
C#

namespace BunyMuny {
public enum Bank {
ME,
NAB,
CommBank,
Other
}
}