Skip to content
Snippets Groups Projects
Commit 4eaf7e08 authored by Corentin-Boulanger's avatar Corentin-Boulanger
Browse files

added interfaces and updated packages declaration

parent 72830235
No related branches found
No related tags found
Loading
package baleine.common.interface.client;
public interface IComToData {
}
package baleine.common.interface.client;
public interface IDataToCom {
}
package baleine.common.interface.server;
public interface IComToData {
}
package baleine.common.interface.server;
public interface IDataToCom {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment