source:
java/ModDepotAccess/src/net/oni2/moddepot/ECompatiblePlatform.java
Last change on this file was 748, checked in by , 12 years ago | |
---|---|
File size: 215 bytes |
Line | |
---|---|
1 | package net.oni2.moddepot; |
2 | |
3 | /** |
4 | * @author Christian Illy |
5 | */ |
6 | public enum ECompatiblePlatform { |
7 | /** |
8 | * Only for Win |
9 | */ |
10 | WIN, |
11 | /** |
12 | * Only for MacOS |
13 | */ |
14 | MACOS, |
15 | /** |
16 | * Usable with both platforms |
17 | */ |
18 | BOTH |
19 | } |
Note:
See TracBrowser
for help on using the repository browser.