Files
CellSimulation/BaseCellSimulation/Enzyms/Cytosol/Hexokinasen/HK4_GK.cs
T
2025-11-16 19:52:52 +01:00

13 lines
218 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BaseCellSimulation.Enzyms.Cytosol.Hexokinasen
{
internal class HK4_GK
{
}
}