Skip to content

Commit

Permalink
Add empty classes for attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSerpskiStalker committed Sep 18, 2024
1 parent 0330359 commit 9c7a155
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.imesense.dynamicspawncontrol.technical.attributefactory;

public class Attribute
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.imesense.dynamicspawncontrol.technical.attributefactory;

public class AttributeKey
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.imesense.dynamicspawncontrol.technical.attributefactory;

public class AttributeMap
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.imesense.dynamicspawncontrol.technical.attributefactory;

public class AttributeMapFactory
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.imesense.dynamicspawncontrol.technical.attributefactory;

public class AttributeType
{

}

0 comments on commit 9c7a155

Please sign in to comment.