11 lines
270 B
Java
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;
|
|
}
|