EntityManager.java :  » Game » jme-game-console » com » captiveimagination » game » entity » Java Open Source

Java Open Source » Game » jme game console 
jme game console » com » captiveimagination » game » entity » EntityManager.java
package com.captiveimagination.game.entity;

import java.util.*;

import com.jmex.game.state.load.*;

public class EntityManager {
  public static final void loadEntities(List<Entity> entities, Loader loader) {
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.