im coding a game engine and i want to be able to import engine.NPC; but when i make the layout like that, my packages are src.game; instead of game;
folder layout for CodingEngine:
src - game - App.java
bin
engine - NPC.java
what layout would the correct way be?
also my engine is kinda like a library but idk how to use lib and im also editing it actively so might ask later how to do that

