Skip to content
Snippets Groups Projects
Commit 69c232e4 authored by Corentin-Boulanger's avatar Corentin-Boulanger Committed by alexandre.ducarne
Browse files

updated common.interfaces package name & added methods for client.IComToData

parent 66b1536c
No related branches found
No related tags found
No related merge requests found
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