package me.avery246813579.hotpotato.files; public class TextFile extends GameFile{ public TextFile() { super("text"); } }