Skip to content

Commit

Permalink
forgot to actually commit the interface for d2dc4b0 apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Feb 17, 2022
1 parent 786114d commit 8b85b32
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package cool.furry.mc.forge.projectexpansion.util;

public interface HasMatter {
Matter getMatter();
}

0 comments on commit 8b85b32

Please sign in to comment.