3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
g++ unitygamemode.c -shared -ldl -o libUnityGameMode.so
|
|
nm -C libUnityGameMode.so | grep GameMode
|