This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### ResolutionUtil.gd | |
| # Original functionality by AbsoluteVendingMachine. | |
| # Static rewrite by Jefftastic (@jeffinitup). | |
| # Released under CC0 1.0 Universal license | |
| # (https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt) | |
| class_name ResolutionUtil extends RefCounted |