blob: 4a8a6a54e529858b7b14ef0a169e1530ff8ce7ed (
plain)
1
2
3
4
5
6
|
/**
* The package where all internal OneConfig shenanigans go on.
* This package is hidden from devs and is subject to change at any time with no warning.
* <p><b>It is recommended you do not interact with this package in any way.</b></p>
*/
package cc.polyfrost.oneconfig.internal;
|