我正在写一个游戏, 并且有一个主类叫做 GameManager 。 我希望它尽可能抽象。 在它里面, 它有其它类、 玩家和项目管理器的对象。 想象一下我在播放器中有一个功能, 可以检测玩家是否在某个区域( 检查 x 和 y 值) 。 例如, 如果玩家在那个区域, 如果我想生成一个项目创建Troit () 。 我将如何促进各类之间的沟通?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...