9 lines
225 B
Java
9 lines
225 B
Java
package com.redstoner.modules.chatonly;
|
|
|
|
import com.redstoner.annotations.Version;
|
|
import com.redstoner.modules.Module;
|
|
|
|
@Version(major = 3, minor = 0, revision = 0, compatible = 3)
|
|
public class ChatOnly implements Module
|
|
{}
|