ng release and blank controls
This commit is contained in:
7
source/io/newgrounds/crypto/EncryptionFormat.hx
Normal file
7
source/io/newgrounds/crypto/EncryptionFormat.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package io.newgrounds.crypto;
|
||||
|
||||
@:enum
|
||||
abstract EncryptionFormat(String) to String {
|
||||
var BASE_64 = "base64";
|
||||
var HEX = "hex";
|
||||
}
|
||||
Reference in New Issue
Block a user