File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77 <Configurations >Release;Debug</Configurations >
88 <Platforms >x86;x64;AnyCPU</Platforms >
9- <Version >1.1.0 </Version >
9+ <Version >1.1.1 </Version >
1010 <PackageId >Fmod5Sharp</PackageId >
1111 <RepositoryType >git</RepositoryType >
1212 <RepositoryUrl >https://github.com/SamboyCoding/Fmod5Sharp.git</RepositoryUrl >
Original file line number Diff line number Diff line change 11namespace Fmod5Sharp
22{
3- public class FmodAudioTypeExtensions
3+ public static class FmodAudioTypeExtensions
44 {
5- public static bool IsSupported ( FmodAudioType @this ) =>
5+ public static bool IsSupported ( this FmodAudioType @this ) =>
66 @this switch
77 {
88 FmodAudioType . VORBIS => true ,
@@ -13,7 +13,7 @@ public static bool IsSupported(FmodAudioType @this) =>
1313 _ => false
1414 } ;
1515
16- public static string ? FileExtension ( FmodAudioType @this ) =>
16+ public static string ? FileExtension ( this FmodAudioType @this ) =>
1717 @this switch
1818 {
1919 FmodAudioType . VORBIS => "ogg" ,
You can’t perform that action at this time.
0 commit comments