package com.bergerkiller.bukkit.common.controller;
/**
* The network controller returned for the default, unchanged types of entity network controller.
*/
@SuppressWarnings("rawtypes")
public class DefaultEntityNetworkController extends EntityNetworkController {
}