Skip to content

Instantly share code, notes, and snippets.

View choeehb's full-sized avatar

최홍범 ChoeHB choeehb

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using Sirenix.OdinInspector;
using Sirenix.Utilities;
using UnityEngine;
namespace Common
{
public abstract class DictionaryTable<TId, TValue> where TId : IComparable
@choeehb
choeehb / test.cs
Created January 8, 2021 09:24
아웃게임 코드 예시
using System;
using NSubstitute;
using NUnit.Framework;
using POP.Ingame.GameLogic;
using UniRx;
namespace TestTest
{
public class UserModel
{