asked
[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming
Create a TextRPG2 player
Written on
·
327
0
player.cs파일을 따로 만드셔서 거기에 캐릭터 별 클래스를 다 넣으셨는데 현업에서는 캐릭터 별로 더 세부적으로 cs파일로 분리하나요? 아니면 강의에서 쓰셨던 코드처럼 한 cs파일에 player, knght, mage등 여러 클래스가 들어있나요?
Answer 1
둘다상관없습니다