makingthematrix / gailibrary

A very cheerful library for Artificial Intelligence in games
MIT License
7 stars 0 forks source link

CellTypeId #10

Open makingthematrix opened 6 years ago

makingthematrix commented 6 years ago

Another id type. Everything just as in ValueId. Should not be interchangeable (using a CellTypeId in code expecting ValueId should result in a compile-time error). Still, it would be better if all ids were unique: there should be no two ids with the same numerical value even if their types are different.