Core: Replace _NO_DISCARD_ macro with attribute

This commit is contained in:
Thaddeus Crews
2024-04-12 10:02:26 -05:00
parent 30e71782af
commit 55a4836e5b
18 changed files with 18 additions and 23 deletions

View File

@ -41,7 +41,7 @@
class Variant;
struct _NO_DISCARD_ AABB {
struct [[nodiscard]] AABB {
Vector3 position;
Vector3 size;