7 lines
67 B
C#
7 lines
67 B
C#
namespace BunyMuny {
|
|
public enum Bank {
|
|
ME,
|
|
NAB,
|
|
Other
|
|
}
|
|
}
|