License stuff and whatever

This commit is contained in:
LazyDuchess 2022-05-02 00:43:32 -03:00
parent 9663c510b4
commit e16f60cf07
2 changed files with 10 additions and 1 deletions

View file

@ -17,6 +17,9 @@ using UnityEngine;
namespace OpenTS2.Unity.Content
{
/// <summary>
/// Constructs Unity Texture2D resources.
/// </summary>
public class TextureFactory : ITextureFactory
{
public override object CreateJPGTexture(byte[] source)

View file

@ -1,4 +1,10 @@
using System;
/*
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
* If a copy of the MPL was not distributed with this file, You can obtain one at
* http://mozilla.org/MPL/2.0/.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;