Add: Network structure, View structure

This commit is contained in:
rubenpirreram
2026-04-17 15:18:08 +02:00
parent 1691d5a5c2
commit b667a87364
4 changed files with 122 additions and 0 deletions
@@ -0,0 +1,4 @@
package it.polimi.ingsw.gc14.View;
public interface IView {
}