I am trying to write a simple game, and in that game, there is a class called Fighter
, and instances of that class can attack other instances.
I want to make an instance of that class that is always defined and has special properties(i know how to do that please don't try to answer that) so that it can be used as a power player of some sort.