source: java/client_3D/src/com/framsticks/net/client3D/ICommandListener.java @ 65

Last change on this file since 65 was 65, checked in by Maciej Komosinski, 13 years ago

added sources of the 3D client for the Framsticks server

File size: 168 bytes
Line 
1package com.framsticks.net.client3D;
2
3/**
4 *
5 * @author vorg
6 */
7public interface ICommandListener {
8        public void onCommand(String command, String params);
9}
Note: See TracBrowser for help on using the repository browser.