Removed Many Things

This commit is contained in:
CortexCore
2024-08-13 18:42:51 +08:00
parent c563c539a5
commit 79985ad6f5
1363 changed files with 5892 additions and 71512 deletions

View File

@@ -1,22 +0,0 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Net.Http;
using Cysharp.Threading.Tasks;
using UnityEngine;
// ReSharper disable UnassignedField.Local
namespace BITKit.Http
{
[Serializable]
public class HttpAction : IAction
{
private static readonly HttpClient _httpClient = new();
[SerializeReference, SubclassSelector] private IReference url;
public void Execute()
{
_httpClient.GetAsync(url.Value).AsUniTask().Forget();
}
}
}

View File

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