Initial commit

This commit is contained in:
lethanhsonvsp
2025-11-17 15:02:30 +07:00
commit 0a84b9d75e
15481 changed files with 2009655 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: