public void IsInit() { using var pfs = new PhysFS(""); Assert.True(pfs.IsInit(), "PhysFS was not initialized"); }