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

added interfaces and updated packages declaration

parent a79cfc8a
Branches main
No related tags found
No related merge requests found
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
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