Skip to content

Commit

Permalink
Gitにコミットされていなかったインターフェース
Browse files Browse the repository at this point in the history
  • Loading branch information
graycat27 committed Mar 25, 2021
1 parent 6e55a6e commit 4721530
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.github.graycat27.forge.flightHUDmod.guiDisplay;

public interface IGuiValueDisplay extends IGuiDisplay {

void setDispValue(Object obj);
}

0 comments on commit 4721530

Please sign in to comment.