コード例 #1
0
 public void IsInit()
 {
     using var pfs = new PhysFS("");
     Assert.True(pfs.IsInit(), "PhysFS was not initialized");
 }