package com.gpl.rpg.atcontentstudio.utils; public interface BasicLambdaWithArg { public void doIt(T arg); }