tweaks724/src/main/java/eu/m724/tweaks/sleep/SleepState.java
Minecon724 fa5dc94d61
Some checks failed
/ deploy (push) Has been cancelled
skbidi
2024-11-30 11:30:15 +01:00

11 lines
270 B
Java

/*
* Copyright (C) 2024 Minecon724
* Tweaks724 is licensed under the GNU General Public License. See the LICENSE.md file
* in the project root for the full license text.
*/
package eu.m724.tweaks.sleep;
public class SleepState {
static int playersSleeping;
}