We need UConf as well as MConf.
This commit is contained in:
22
src/com/massivecraft/factions/entity/UConf.java
Normal file
22
src/com/massivecraft/factions/entity/UConf.java
Normal file
@@ -0,0 +1,22 @@
|
||||
package com.massivecraft.factions.entity;
|
||||
|
||||
import com.massivecraft.mcore.store.Entity;
|
||||
|
||||
public class UConf extends Entity<UConf>
|
||||
{
|
||||
// -------------------------------------------- //
|
||||
// META
|
||||
// -------------------------------------------- //
|
||||
|
||||
public static UConf get(Object worldNameExtractable)
|
||||
{
|
||||
return UConfColls.get().get2(worldNameExtractable);
|
||||
}
|
||||
|
||||
// -------------------------------------------- //
|
||||
// FIELDS
|
||||
// -------------------------------------------- //
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user