Initial commit

This commit is contained in:
2026-03-03 00:39:30 +05:00
commit fc01f07d9b
29933 changed files with 5353098 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections.Generic;
using System.Threading.Tasks;
public class MyClass
{
public int Add(int a, int b)
{
return a + b;
}
public IEnumerator<int> AddAsync(int a, int b)
{
yield return default;
yield return default;
yield return default;
yield return a + b;
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 7cf8084a6c8ac9c4fb0e5a79422b8809
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 942cbc8a7548771468cf1d2523fbef4c
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: