From 2051acf3de72c874280875e0b1669cec101c1294 Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Sun, 18 May 2025 01:05:04 +0800 Subject: [PATCH] add meta --- src/Internal/Allocators.meta | 8 ++++++++ src/Internal/Allocators/AllocatorUtility.cs.meta | 2 ++ src/Internal/Allocators/TempBuffer.cs.meta | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 src/Internal/Allocators.meta create mode 100644 src/Internal/Allocators/AllocatorUtility.cs.meta create mode 100644 src/Internal/Allocators/TempBuffer.cs.meta diff --git a/src/Internal/Allocators.meta b/src/Internal/Allocators.meta new file mode 100644 index 0000000..c1c885b --- /dev/null +++ b/src/Internal/Allocators.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8485ca259b2d014c8923171b4c314a8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/src/Internal/Allocators/AllocatorUtility.cs.meta b/src/Internal/Allocators/AllocatorUtility.cs.meta new file mode 100644 index 0000000..d2cffea --- /dev/null +++ b/src/Internal/Allocators/AllocatorUtility.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: c81510e4026b0884abe28740af408e53 \ No newline at end of file diff --git a/src/Internal/Allocators/TempBuffer.cs.meta b/src/Internal/Allocators/TempBuffer.cs.meta new file mode 100644 index 0000000..63be2a3 --- /dev/null +++ b/src/Internal/Allocators/TempBuffer.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 46a39f6bfdf79e14eb05750c78f1c061 \ No newline at end of file