Hopefully add Mac and Linux support
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.seibel.lod.enums;
|
||||
|
||||
/**
|
||||
* Minecraft, Lod_Builder, None
|
||||
*
|
||||
* @author James Seibel
|
||||
* @version 10-1-2021
|
||||
*/
|
||||
public enum GlProxyContext
|
||||
{
|
||||
MINECRAFT,
|
||||
LOD_BUILDER,
|
||||
|
||||
/** used to un-bind threads */
|
||||
NONE,
|
||||
}
|
||||
Reference in New Issue
Block a user